home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 15
/
Aminet 15 - Nov 1996.iso
/
Aminet
/
dev
/
gcc
/
ixemsdk.lha
/
man
/
cat3
/
strerror.0
< prev
next >
Wrap
Text File
|
1996-09-02
|
910b
|
27 lines
STRERROR(3) UNIX Programmer's Manual STRERROR(3)
NNAAMMEE
ssttrreerrrroorr - get error message string
SSYYNNOOPPSSIISS
##iinncclluuddee <<ssttrriinngg..hh>>
_c_h_a_r _*
ssttrreerrrroorr(_i_n_t _e_r_r_n_u_m)
DDEESSCCRRIIPPTTIIOONN
The ssttrreerrrroorr() function returns a pointer to the language-dependent error
message string affiliated with an error number.
The array pointed to is not to be modified by the program, but may be
overwritten by subsequent calls to ssttrreerrrroorr().
SSEEEE AALLSSOO
intro(2), perror(3), setlocale(3)
SSTTAANNDDAARRDDSS
The ssttrreerrrroorr() function conforms to ANSI C3.159-1989 (``ANSI C'').
4th Berkeley Distribution June 29, 1991 1